var google.golang.org/grpc/internal/binarylog.grpclogLogger

14 uses

	google.golang.org/grpc/internal/binarylog (current package)
		binarylog.go#L31: var grpclogLogger = grpclog.Component("binarylog")
		binarylog.go#L176: 		grpclogLogger.Infof("binarylogging: failed to parse %q: %v", methodName, err)
		env_config.go#L53: 			grpclogLogger.Warningf("failed to parse binary log config: %v", err)
		method_logger.go#L245: 			grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
		method_logger.go#L250: 		grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
		method_logger.go#L285: 			grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
		method_logger.go#L290: 		grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
		method_logger.go#L341: 		grpclogLogger.Info("binarylogging: error in trailer is not a status error")
		method_logger.go#L351: 			grpclogLogger.Infof("binarylogging: failed to marshal status proto: %v", err)
		sink.go#L72: 		grpclogLogger.Errorf("binary logging: failed to marshal proto message: %v", err)
		sink.go#L128: 				grpclogLogger.Warningf("failed to flush to Sink: %v", err)
		sink.go#L143: 		grpclogLogger.Warningf("failed to flush to Sink: %v", err)
		sink.go#L146: 		grpclogLogger.Warningf("failed to close the underlying WriterCloser: %v", err)
		sink.go#L149: 		grpclogLogger.Warningf("failed to close the Sink: %v", err)